projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97bbf63
)
* lisp/emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
author
Glenn Morris
<rgm@gnu.org>
Mon, 10 Feb 2014 01:38:56 +0000
(17:38 -0800)
committer
Glenn Morris
<rgm@gnu.org>
Mon, 10 Feb 2014 01:38:56 +0000
(17:38 -0800)
lisp/ChangeLog
patch
|
blob
|
history
lisp/emacs-lisp/gulp.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 8f13ebaab2a59138ce76cd94ae71ca1095e11680..597cbc15bfae51718cece6c4549e1c0b23f1e5cf 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,7
@@
+2014-02-10 Glenn Morris <rgm@gnu.org>
+
+ * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
+
2014-02-09 Alan Mackenzie <acm@muc.de>
Fix c-invalidate-state-cache on narrowed buffers.
diff --git
a/lisp/emacs-lisp/gulp.el
b/lisp/emacs-lisp/gulp.el
index 170ebccab0c0f4548a32f80c3a816781ec2dd7d5..d0a89b3075ab9065659f0a95ed5ecddd01f1eef7 100644
(file)
--- a/
lisp/emacs-lisp/gulp.el
+++ b/
lisp/emacs-lisp/gulp.el
@@
-33,8
+33,9
@@
:prefix "-"
:group 'maint)
-(defcustom gulp-discard "^;+ *Maintainer: *
FSF
*$"
+(defcustom gulp-discard "^;+ *Maintainer: *
\\(FSF\\|emacs-devel@gnu\\.org\\)
*$"
"The regexp matching the packages not requiring the request for updates."
+ :version "24.4" ; added emacs-devel
:type 'regexp
:group 'gulp)